'Declaration
<__DynamicallyInvokableAttribute()> Public Overloads Function FindLastIndex( _ ByVal startIndex As System.Integer, _ ByVal match As System.Predicate(Of T) _ ) As System.Integer
'Usage
Dim instance As NGenericList(Of T) Dim startIndex As System.Integer Dim match As System.Predicate(Of T) Dim value As System.Integer value = instance.FindLastIndex(startIndex, match)
[__DynamicallyInvokable()] public System.int FindLastIndex( System.int startIndex, System.Predicate<T> match )
Parameters
- startIndex
- match